EMT Practice Test

1. Question Content...


Question List

Question1: You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?

Question2: What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.

Question3: You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

Question4: You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?

Question5: You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file? Note: There are 2 to choose.

Question6: Which of the following can be used as a management tool for SAP Business Technology Platform? Note:
There are 2 to choose.

Question7: According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.

Question8: You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?

Question9: Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? Note: There are 3 to choose.

Question10: Your customer presents you with the following UI requirements: Users need to work through a comparatively small set of items, one by one. Multiple views of the same content. One kind of data visualization. Which SAP Fiori elements floorplan do you recommend they use?

Question11: Using a terminal in SAP Business Application Studio, you want to enable authentication support via XSUAA in CAP for SAP BTP. Which command must you run in the terminal?

Question12: You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$",
"target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$",
"destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.

Question13: Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.

Question14: What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.

Question15: By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?

Question16: Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.

Question17: What are standard events that CAP handles by default? Note: There are 3 to choose.

Question18: What are some characteristics of OData? Note: There are 2 to choose.

Question19: How can you bring your company's user base into your SAP BTP subaccount?

Question20: What is the maximum number of running threads per application instance?

Question21: Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.

Question22: Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?

Question23: In an SAP Business Application Studio project, what does the "cf push" command do?

Question24: You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created? Note: There are 2 to choose.

Question25: Which identifier is used by the XSUAA service to distinguish applications and scopes?

Question26: You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an error handler in the bookshop-service, that can be used to react on specific error messages. For all other errors, you want to define a default error message. The error handler should be called during the event.Drag the code snippets from below into the correct parts of the error handler implementation.

Question27: At which of the following levels can you assign entitlements? Note: There are 2 to choose.

Question28: Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? Note: There are 2 to choose.

Question29: In SAP Business Application Studio, what is a dev space?

Question30: What are some principles of continuous integration? Note: There are 2 to choose.

Question31: Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the '@sap/cds/common' package (see attached graphic).

Which is a valid way to extend the entity with the aspect?

Question32: On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?

Question33: Which language do you use to create a data model in a CAP project?

Question34: What are some characteristics of JSON files? Note: There are 2 to choose.